home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / fingerpt.arc / MANUAL.DOC < prev    next >
Text File  |  1991-04-16  |  8KB  |  242 lines

  1.  
  2. /*******************************************************/
  3. /*  FINGER PAINT (TM)      Version 2.00                */
  4. /*  (C) Copyright, Poisson Technology, 1987, 1988.     */
  5. /*  All Rights Reserved.                               */
  6. /*                                                     */
  7. /*  Address : 816 Gregory Court                        */
  8. /*            Fremont, California 94539                */
  9. /*            U.S.A.                                   */
  10. /*******************************************************/
  11.  
  12. .  Finger Paint supports EGA(640x350), Hercules(720x348)
  13. and CGA(640x200) graphics modes. 
  14.  
  15. .  Finger Paint uses keyboard keys and mouse to draw pictures.
  16.  
  17. .  Six different fonts are included, and each one can have
  18. 81 different sizes. 
  19.  
  20. .  Movie command can play cartoon on screen.
  21.  
  22. .  Finger Paint stores two pages in memory, and graph data
  23. can be interchanged between pages by using CUT and 
  24. PASTE functions. 
  25.  
  26. .  Easy to learn command line messages tell you what to do
  27. next in each command. 
  28.  
  29. .  The full size printout will fit on the 8.5x11 paper. 
  30. Each page has 537(x) x 750(y) pixels. 
  31.  
  32. .  There are 29 commands in total.  20 commands can be accessed
  33.    directly thru function keys.
  34.  
  35. .  [F1]     : pressing the function key F1.
  36.    [ALT F1] : pressing ALT first, keep it pressed, and then
  37. F1 keys.
  38.    [click] :  position the mouse, press the left button then
  39. release it.
  40.  
  41. .  Please use the '+' key on the numeric keypad.
  42.  
  43.  
  44.  
  45. Function Keys   Command      Comment
  46. -------------   -------      --------------------------------------
  47. [F1]             Line        Draw a line between two points.
  48. [F2]             Circle      Draw a circle with different
  49. X & Y radii.
  50. [F3]             Rect        Draw a rectange between two
  51. diagonal points.
  52. [F4]             Scroll      Scroll the picture up or down.
  53. [F5]             Draw        Free hand drawing.
  54. [F6]             Octagon     Draw a rectangle with rounded
  55. corners.
  56. [F7]             Text        Move cursor, Edit text, Set
  57. text size, Select font.
  58. * enter a line of text each time, text font and size can
  59. be changed interactively before the next line is 
  60. entered. 
  61.  
  62. [F8]             Pattern     Select the pattern number for
  63. fill use.
  64. * or [click] the pattern.
  65.  
  66. [F9]             Erase       Erase a square( X:Y = 8:4 pixels)
  67. area.
  68. [F10]            Magnify     Zoom in around the cursor.(Fat
  69. Bit)
  70. [ALT F1]         Spline      Bend the middle point of a three-point
  71. curve.
  72. [ALT F2]         Global      View the whole page.
  73. [ALT F3]         Bline       Bend the end point of a line.
  74. [ALT F4]         Undo        Recover the picture to the previous
  75. command.
  76. [ALT F5]         Brush       Brush the screen or select the
  77. brush type.
  78. [ALT F6]         Window      Cut, Paste or Move part of the
  79. picture.
  80. [ALT F7]         Flush       Flush the enclosd area with
  81. patterns.
  82. [ALT F8]         Linem       Multiple lines with the same
  83. starting point
  84. [ALT F9]         Spray       Spary paint the screen.
  85. [ALT F10]        Swappage    Swap between page 1 and 2.
  86.  
  87.  
  88.  
  89. Command Line commands :
  90. -----------------------
  91.  
  92. Command       Comment
  93. -------       --------------------------------
  94. Quit          Exit the program.
  95. Lwidth        Set the line width for drawing.
  96. * or [click] the linewidth triangle on the lower left corner.
  97.  
  98. Loadpic       Load the picture from disk to memory.
  99.               please select compressed data in Version 1.20
  100. and later.
  101.  
  102. Savepic       Save the picture from memory to the disk in
  103. compressed format.
  104.  
  105. Disp_Dir      Display the current directory name.
  106.  
  107. Hardcopy      Print graph using HP Laser, EPSON FX, or IBM
  108. proprinter compatible printers. 
  109.  
  110. (Only 150 dots/inch HP LaserJet Printer driver is included
  111. in non-registered copy.  Registered users can get full 
  112. size laser printer and dot matrix printer support. See 
  113. PRINTER.DOC for lists of supported printers.) 
  114.  
  115. * To speed up printing, there is no error handling routine
  116. during printing. Please don't put printer offline 
  117. during printing.  Makesure you save the screen image 
  118. before printing. 
  119.  
  120. Clear         Clear the current page image.
  121.  
  122. Fill          Toggle the FILL mode of RECTANGLE, CIRCLE,
  123. SPLINE, and BLINE.
  124. * [click] the master fill pattern on the bottom of screen.
  125.  
  126. Demo_Pic      Continuous scrolling of all DEMO*.PIC files.
  127.  200 pictures max.
  128.  
  129. Moive         See MOVIE.DOC for detailed descriptions.
  130.  
  131. Disk File Descriptions:
  132. -----------------------
  133.  
  134. README              Introduction letter from Author.
  135. F        COM        The Finger Paint Master Program.
  136. F        000        The Finger Paint subprogram.
  137. F        001        The Finger Paint subprogram.
  138. F        002        The Finger Paint subprogram.
  139.  
  140. MANUAL   DOC        Documentation file from Author.
  141. MOVIE    DOC        Description of Movie making principle
  142. and procedure.
  143. PRINTER  DOC        List of supported Lasers and dot matrix
  144. printers for registered users. ( over 160 printers! ) 
  145.  
  146. HERC     FON        Text Font file for Hercules and EGA mode.
  147. MINI     FON        Text Font file for small character.
  148. ROMANS   FON        Small size Roman font.
  149. ROMANL   FON        Large size Roman font.
  150. BOLDS    FON        Small size Bold font.
  151. BOLDL    FON        Large size Bold font.
  152. PLAINS   FON        Small size Plain font.
  153. PLAINL   FON        Large size Plain font.
  154.  
  155. CARTOON1 PIC        Page 1 cartoon picture file for EGA and
  156. Hercules mode.
  157. CARTOON2 PIC        Page 2 cartoon picture file for EGA and
  158. Hercules mode.
  159.  
  160. CGA1     PIC        Page 1 cartoon picture file for CGA.
  161. CGA2     PIC        Page 2 cartoon picture file for CGA.
  162.  
  163. DEMO1    PIC        Picture file - Copyright notice and introduction.
  164. DEMO2    PIC        Picture file - Madonna.
  165. DEMO3    PIC        Picture file - Lady and Gentlemen.
  166. DEMO4    PIC        Picture file - U.S.A. map.
  167. DEMO5    PIC        Picture file - World map.
  168. DEMO6    PIC        Picture file - Galloping horses.
  169. DEMO7    PIC        Picture file - Trees.
  170. DEMO8    PIC        Picture file - Font variations and drawing
  171. tips.
  172.  
  173.  
  174. Version 2.00 Release Notes:
  175. ---------------------------
  176.  
  177.   New features:
  178.  
  179.    1. Line width, fill pattern, and fill toggle can be changed
  180. during each edit session. 
  181.  
  182.    2. The OCTAGON command is added to draw a rectangle with
  183. rounded corners.
  184.  
  185.    3. TEXT command edits a line at a time instead of the
  186. whole paragraph.  The text font and size can be changed 
  187. interactively before the next line is entered.  Three 
  188. large and three small fonts have been added to this 
  189. release. 
  190.  
  191.    4. MOVIE command is added to let you have fun with your
  192. drawings.
  193.  
  194.    5. CARTOON*.PIC, CGA*.PIC and MOVIE.DOC are added for
  195. MOVIE command use.
  196.  
  197.    6. In EGA mode, two color bars are added to let the screen
  198. look more pleasant.  Because FINGER PAINT operates in 
  199. B/W mode, so the color will be erased when you move the 
  200. cursor across color banner. 
  201.  
  202. Notes for mouse users:
  203. ---------------------
  204.  
  205.   1. The line width can be changed by clicking in the lower
  206. left triangular linewidth area. 
  207.  
  208.   2. Click the master fill pattern can toggle the fill mode.
  209. If FILL ON then the rectange, circle, spline  and bline 
  210. area will be filled with the pattern. 
  211.  
  212.   3. Master pattern can be changed by clicking the individual
  213. pattern.
  214.  
  215.  
  216. Registration Note:
  217. ------------------
  218.   (C) Copyright, Poisson Technology, 1987, 1988. ALL RIGHTS
  219. RESERVED.
  220.   FINGER PAINT is the trademark of Poisson Technology.
  221.   Unauthorized use, distribution or duplication is strictly
  222.   prohibited by law.
  223.  
  224.     Poisson Technology
  225.     816 Gregory Court
  226.     Fremont, CA 94539
  227.     U. S. A.
  228.  
  229.   If you wish to be on our mailing list and become a registered
  230.   user, simply send U.S.$20 to the address above.
  231.  
  232.   International user please send check or money in U.S. dollars.
  233.   No foreign currency or foreign bank note please.
  234.  
  235.   You will also receive a 5 1/4 disk with the printer driver
  236. routine for FREE See PRINTER.DOC for details.  Please 
  237. feel free to mail your  comments, checks and 
  238. suggestions to the above address. Thank you 
  239.  
  240.  
  241.   * price and terms subject to change
  242.